home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / texinfo-.1 / info / search.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-05  |  697 b   |  23 lines

  1. *** orig/texinfo-.1/info/search.h    Sun Aug 29 19:54:10 1993
  2. --- src/texinfo-.1/info/search.h    Sun Aug 29 19:56:28 1993
  3. ***************
  4. *** 52,57 ****
  5. --- 52,58 ----
  6.      after the string. */
  7.   extern int string_in_line ();
  8.   
  9. + #ifndef __MSDOS__
  10.   /* Unix doesn't have stricmp () functions. */
  11.   /* strcmp (), but caseless. */
  12.   extern int stricmp ();
  13. ***************
  14. *** 59,64 ****
  15. --- 60,66 ----
  16.   /* Compare at most COUNT characters from STRING1 to STRING2.  Case
  17.      doesn't matter. */
  18.   extern int strnicmp ();
  19. + #endif
  20.   
  21.   /* Function names that start with "skip" are passed a string, and return
  22.      an offset from the start of that string.  Function names that start
  23.